home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / t3_1 / tman.lha / tman / feature.tex / node8_mn.html < prev    next >
Text File  |  1990-10-02  |  1KB  |  49 lines

  1.  
  2. <H1><A ID="SECTION00170000000000000000">
  3. Pools</A>
  4. </H1>
  5.  
  6. <P>
  7. <#455#><I>Pools</I><#455#><A ID="456"><tex2html_anchor_invisible_mark></A> give a convenient way to perform explicit storage management in T.
  8. One may obtain an object from a pool (popping the pool's free list, or
  9. creating a new object if the free list is empty), and later return an
  10. object to a pool.  By managing storage allocation in this way, the
  11. frequency of garbage collections <A ID="457"><tex2html_anchor_invisible_mark></A>
  12.  
  13. <P>
  14. All pools are emptied when a garbage collection occurs.  Garbage
  15. collections occur asynchronously in an implementation-dependent manner.
  16. <A ID="458"><tex2html_anchor_invisible_mark></A>
  17.  
  18. <P>
  19. <A ID="686"><tex2html_anchor_invisible_mark></A>
  20. <#760#><#760#>
  21.  
  22.  
  23. <P>
  24. <BR>
  25. <tex2html_image_mark>#inset463#
  26. <BR> 
  27.  
  28. <P>
  29. <A ID="688"><tex2html_anchor_invisible_mark></A>
  30. <#761#><#761#>
  31.  
  32.  
  33. <P>
  34. <BR>
  35. <tex2html_image_mark>#inset472#
  36. <BR> 
  37.  
  38. <P>
  39. <A ID="690"><tex2html_anchor_invisible_mark></A>
  40. <#762#><#762#>
  41.  
  42.  
  43. <P>
  44. <BR>
  45. <tex2html_image_mark>#inset480#
  46. <BR> 
  47.  
  48. <P>
  49.